home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility3 / vcp1_3.zip / README.TXT < prev   
Text File  |  1993-03-11  |  3KB  |  109 lines

  1.                             README.TXT File
  2.           README file for Microsoft(R) Visual C++ Version 1.0
  3.                       DLL Runtime Library Patch #1
  4.               (C) Copyright Microsoft Corporation, 1993
  5.  
  6.  
  7. This patch corrects problems with the Microsoft (R) Visual C++ (TM) 
  8. runtime libraries for small and medium model DLLs. 
  9.  
  10. INSTRUCTIONS FOR APPLYING THE PATCH:
  11. ======================================
  12.  
  13.   - Change to your MSVC 1.00 library directory.  For instance:
  14.  
  15.       C:
  16.       CD \MSVC\LIB
  17.  
  18.   - Copy the patch files to the MSVC library directory.  The patch files are:
  19.  
  20.     Standard Edition:
  21.       PATCH.EXE
  22.       STDLIB.RTP
  23.  
  24.     Professional Edition:
  25.       PATCH.EXE
  26.       PROLIB.RTP
  27.  
  28.   - Make backup copies of the files that will be updated by the patch:
  29.  
  30.       SDLLCEW.LIB
  31.       MDLLCEW.LIB
  32.       SDLLCAW.LIB  (Professional edition only)
  33.       MDLLCAW.LIB  (Professional edition only)
  34.  
  35.   - Run the patch program, by typing:
  36.  
  37.     Standard edition:
  38.       PATCH STDLIB
  39.  
  40.     Professional edition:
  41.       PATCH PROLIB
  42.  
  43. The patch program indicates its actions as it runs.  See the section
  44. in this file entitled "If you have trouble:" if warnings appear
  45. during this step.  When the patch has been successfully completed, you 
  46. may delete the patch files.
  47.  
  48. BUGS FIXED BY THIS PATCH:
  49. ===========================
  50.  
  51. The following C run-time functions give unpredictable results in small- 
  52. and medium-model Windows DLL libraries as distributed with Visual C++ 1.0:
  53.  
  54.     _chsize
  55.     clock
  56.     ctime
  57.     fclose
  58.     _fcloseall
  59.     freopen
  60.     _fstat
  61.     _ftime
  62.     _fullpath
  63.     _getcwd
  64.     _getdcwd
  65.     _getw
  66.     localtime
  67.     mktime
  68.     _rmtmp
  69.     _searchenv
  70.     _stat
  71.     time
  72.     tmpfile
  73.     _utime
  74.     wcstombs
  75.  
  76.  
  77. If you have trouble:
  78. ======================
  79.  
  80. If you have problems running this patch: 
  81.  
  82.   - Make sure you copied the appropriate patch files.
  83.  
  84.   - Make sure you have the correct version of the files to be updated.  
  85.     This patch will only patch files from MSVC v1.00.
  86.  
  87.   - If you receive the warning message "Warning wpt0015: Old File does not 
  88.     exist" from the patch utility, note the following:
  89.  
  90.     1) Ensure that the current directory contains the files to be updated.
  91.  
  92.     2) The default installation for the Professional Edition does not include
  93.        alternate math runtime libraries (SDLLCAW.LIB / MDLLCAW.LIB).  If you
  94.        did not install these libraries, ignore this message.
  95.  
  96.   - If you receive the warning message "Warning wpt0036: Invalid copy of 
  97.     file found. No update can be done" from the patch utility, check to make
  98.     sure you're using the correct patch files for your edition of Visual C++:
  99.  
  100.     Professional Edition: PROLIB.RTP
  101.     Standard Edition:     STDLIB.RTP
  102.  
  103. If, after checking these possibilities, you still have problems, please
  104. contact Microsoft Product Support in Section 1 of the MSLANG forum on
  105. CompuServe.  Microsoft has a Developer Services area on CompuServe where
  106. you can get support for most of our development tools as well as access
  107. to the Microsoft Knowledgebase.  If needed, we can be reached from 6 a.m.
  108. 6 p.m. PST at (206)635-7007.
  109.